You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by or...@apache.org on 2013/03/08 14:14:22 UTC

svn commit: r1454371 - in /openoffice/branches/sidebar/main/svx: inc/svx/sidebar/ValueSetWithTextControl.hxx source/sidebar/tools/ValueSetWithTextControl.cxx

Author: orw
Date: Fri Mar  8 13:14:22 2013
New Revision: 1454371

URL: http://svn.apache.org/r1454371
Log:
#121420# minor correction - remove wrong line ends

Modified:
    openoffice/branches/sidebar/main/svx/inc/svx/sidebar/ValueSetWithTextControl.hxx
    openoffice/branches/sidebar/main/svx/source/sidebar/tools/ValueSetWithTextControl.cxx

Modified: openoffice/branches/sidebar/main/svx/inc/svx/sidebar/ValueSetWithTextControl.hxx
URL: http://svn.apache.org/viewvc/openoffice/branches/sidebar/main/svx/inc/svx/sidebar/ValueSetWithTextControl.hxx?rev=1454371&r1=1454370&r2=1454371&view=diff
==============================================================================
--- openoffice/branches/sidebar/main/svx/inc/svx/sidebar/ValueSetWithTextControl.hxx (original)
+++ openoffice/branches/sidebar/main/svx/inc/svx/sidebar/ValueSetWithTextControl.hxx Fri Mar  8 13:14:22 2013
@@ -22,7 +22,7 @@
 #ifndef _SVX_SIDEBAR_VALUESETWITHTEXT_CONTROL_HXX_
 #define _SVX_SIDEBAR_VALUESETWITHTEXT_CONTROL_HXX_
 
-#include "svx/svxdllapi.h"
+#include "svx/svxdllapi.h"
 
 #include <svtools/valueset.hxx>
 

Modified: openoffice/branches/sidebar/main/svx/source/sidebar/tools/ValueSetWithTextControl.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/sidebar/main/svx/source/sidebar/tools/ValueSetWithTextControl.cxx?rev=1454371&r1=1454370&r2=1454371&view=diff
==============================================================================
--- openoffice/branches/sidebar/main/svx/source/sidebar/tools/ValueSetWithTextControl.cxx (original)
+++ openoffice/branches/sidebar/main/svx/source/sidebar/tools/ValueSetWithTextControl.cxx Fri Mar  8 13:14:22 2013
@@ -1,32 +1,32 @@
-/**************************************************************
- * 
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- * 
- *   http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- * 
- *************************************************************/
-
-#include "svx/sidebar/ValueSetWithTextControl.hxx"
+/**************************************************************
+ * 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ * 
+ *************************************************************/
+
+#include "svx/sidebar/ValueSetWithTextControl.hxx"
 
 #include <sfx2/sidebar/Theme.hxx>
-
+
 #include <i18npool/mslangid.hxx>
-
-namespace svx { namespace sidebar {
-
+
+namespace svx { namespace sidebar {
+
 ValueSetWithTextControl::ValueSetWithTextControl(
     const tControlType eControlType,
     Window* pParent,
@@ -170,5 +170,5 @@ void ValueSetWithTextControl::UserDraw( 
     Invalidate( aRect );
     pDev->Pop();
 }
-
-} } // end of namespace svx::sidebar
+
+} } // end of namespace svx::sidebar