summaryrefslogtreecommitdiff
path: root/fpicker/source/win32/misc
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 18:51:57 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 04:35:19 -0600
commit2a09751d51332aa413e769d0f7916aca0cf4e742 (patch)
tree7e0b53c491ec182ca48e794cbafcbe0c2eb3a9d3 /fpicker/source/win32/misc
parente23ea87cb395fe8dc3cdf5d6160962bc4b4dcd28 (diff)
Remove visual noise from fpicker
Change-Id: I58ae70cc71853e17e638ef64aaded87615e37986 Reviewed-on: https://gerrit.libreoffice.org/8264 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'fpicker/source/win32/misc')
-rw-r--r--fpicker/source/win32/misc/WinImplHelper.cxx32
-rw-r--r--fpicker/source/win32/misc/resourceprovider.cxx18
2 files changed, 25 insertions, 25 deletions
diff --git a/fpicker/source/win32/misc/WinImplHelper.cxx b/fpicker/source/win32/misc/WinImplHelper.cxx
index a00f8ff17ce4..bc42e736328d 100644
--- a/fpicker/source/win32/misc/WinImplHelper.cxx
+++ b/fpicker/source/win32/misc/WinImplHelper.cxx
@@ -35,7 +35,7 @@ using ::com::sun::star::uno::Any;
using ::com::sun::star::uno::Sequence;
-//
+
const OUString TILDE( "~" );
@@ -45,7 +45,7 @@ const sal_Unicode AMPERSAND_SIGN = L'&';
// OS NAME Platform Major Minor
-//
+
// Windows NT 3.51 VER_PLATFORM_WIN32_NT 3 51
// Windows NT 4.0 VER_PLATFORM_WIN32_NT 4 0
// Windows 2000 VER_PLATFORM_WIN32_NT 5 0
@@ -80,7 +80,7 @@ bool SAL_CALL IsWindowsVistaOrNewer()
}
-//
+
void SAL_CALL ListboxAddString( HWND hwnd, const OUString& aString )
@@ -92,7 +92,7 @@ void SAL_CALL ListboxAddString( HWND hwnd, const OUString& aString )
}
-//
+
OUString SAL_CALL ListboxGetString( HWND hwnd, sal_Int32 aPosition )
@@ -127,7 +127,7 @@ OUString SAL_CALL ListboxGetString( HWND hwnd, sal_Int32 aPosition )
}
-//
+
void SAL_CALL ListboxAddItem( HWND hwnd, const Any& aItem, const Reference< XInterface >& rXInterface, sal_Int16 aArgPos )
@@ -149,7 +149,7 @@ void SAL_CALL ListboxAddItem( HWND hwnd, const Any& aItem, const Reference< XInt
}
-//
+
void SAL_CALL ListboxAddItems( HWND hwnd, const Any& aItemList, const Reference< XInterface >& rXInterface, sal_Int16 aArgPos )
@@ -175,7 +175,7 @@ void SAL_CALL ListboxAddItems( HWND hwnd, const Any& aItemList, const Reference<
}
-//
+
void SAL_CALL ListboxDeleteItem( HWND hwnd, const Any& aPosition, const Reference< XInterface >& rXInterface, sal_Int16 aArgPos )
@@ -207,7 +207,7 @@ void SAL_CALL ListboxDeleteItem( HWND hwnd, const Any& aPosition, const Referenc
}
-//
+
void SAL_CALL ListboxDeleteItems( HWND hwnd, const Any&, const Reference< XInterface >&, sal_Int16 )
@@ -227,7 +227,7 @@ void SAL_CALL ListboxDeleteItems( HWND hwnd, const Any&, const Reference< XInter
}
-//
+
void SAL_CALL ListboxSetSelectedItem( HWND hwnd, const Any& aPosition, const Reference< XInterface >& rXInterface, sal_Int16 aArgPos )
@@ -263,7 +263,7 @@ void SAL_CALL ListboxSetSelectedItem( HWND hwnd, const Any& aPosition, const Ref
}
-//
+
Any SAL_CALL ListboxGetItems( HWND hwnd )
@@ -291,7 +291,7 @@ Any SAL_CALL ListboxGetItems( HWND hwnd )
}
-//
+
Any SAL_CALL ListboxGetSelectedItem( HWND hwnd )
@@ -307,7 +307,7 @@ Any SAL_CALL ListboxGetSelectedItem( HWND hwnd )
}
-//
+
Any SAL_CALL ListboxGetSelectedItemIndex( HWND hwnd )
@@ -323,7 +323,7 @@ Any SAL_CALL ListboxGetSelectedItemIndex( HWND hwnd )
}
-//
+
Any SAL_CALL CheckboxGetState( HWND hwnd )
@@ -338,7 +338,7 @@ Any SAL_CALL CheckboxGetState( HWND hwnd )
}
-//
+
void SAL_CALL CheckboxSetState(
@@ -360,7 +360,7 @@ void SAL_CALL CheckboxSetState(
}
-//
+
sal_uInt32 SAL_CALL _wcslenex( const sal_Unicode* pStr )
@@ -380,7 +380,7 @@ sal_uInt32 SAL_CALL _wcslenex( const sal_Unicode* pStr )
}
-//
+
void Replace( const OUString& aLabel, sal_Unicode OldChar, sal_Unicode NewChar, OUStringBuffer& aBuffer )
diff --git a/fpicker/source/win32/misc/resourceprovider.cxx b/fpicker/source/win32/misc/resourceprovider.cxx
index e5063b5d2e38..2c00fc2244dc 100644
--- a/fpicker/source/win32/misc/resourceprovider.cxx
+++ b/fpicker/source/win32/misc/resourceprovider.cxx
@@ -37,7 +37,7 @@ using namespace ::com::sun::star::ui::dialogs::ExtendedFilePickerElementIds;
using namespace ::com::sun::star::ui::dialogs::CommonFilePickerElementIds;
-//
+
#define FOLDERPICKER_TITLE 500
@@ -72,7 +72,7 @@ _Entry CtrlIdToResIdTable[] = {
const sal_Int32 SIZE_TABLE = SAL_N_ELEMENTS( CtrlIdToResIdTable );
-//
+
sal_Int16 CtrlIdToResId( sal_Int32 aControlId )
@@ -92,7 +92,7 @@ sal_Int16 CtrlIdToResId( sal_Int32 aControlId )
}
-//
+
class CResourceProvider_Impl
@@ -100,7 +100,7 @@ class CResourceProvider_Impl
public:
- //
+
CResourceProvider_Impl( )
@@ -111,7 +111,7 @@ public:
}
- //
+
~CResourceProvider_Impl( )
@@ -120,7 +120,7 @@ public:
}
- //
+
OUString getResString( sal_Int16 aId )
@@ -149,7 +149,7 @@ public:
};
-//
+
CResourceProvider::CResourceProvider( ) :
@@ -158,7 +158,7 @@ CResourceProvider::CResourceProvider( ) :
}
-//
+
CResourceProvider::~CResourceProvider( )
@@ -167,7 +167,7 @@ CResourceProvider::~CResourceProvider( )
}
-//
+
OUString CResourceProvider::getResString( sal_Int16 aId )