summaryrefslogtreecommitdiff
path: root/padmin/source/helper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'padmin/source/helper.cxx')
-rw-r--r--padmin/source/helper.cxx24
1 files changed, 12 insertions, 12 deletions
diff --git a/padmin/source/helper.cxx b/padmin/source/helper.cxx
index 3d5d18c596be..9e1fbba1faea 100644
--- a/padmin/source/helper.cxx
+++ b/padmin/source/helper.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -56,7 +56,7 @@ using namespace com::sun::star::ui::dialogs;
#define MAX_PATH 1024
/*
- * PaResId
+ * PaResId
*/
ResId padmin::PaResId( sal_uInt32 nId )
@@ -65,8 +65,8 @@ ResId padmin::PaResId( sal_uInt32 nId )
if( ! pPaResMgr )
{
::com::sun::star::lang::Locale aLocale;
-// LanguageType nLang = LANGUAGE_SYSTEM;
-
+// LanguageType nLang = LANGUAGE_SYSTEM;
+
utl::OConfigurationNode aNode =
utl::OConfigurationTreeRoot::tryCreateWithServiceFactory(
vcl::unohelper::GetMultiServiceFactory(),
@@ -96,7 +96,7 @@ ResId padmin::PaResId( sal_uInt32 nId )
}
/*
- * FindFiles
+ * FindFiles
*/
void padmin::FindFiles( const String& rDirectory, ::std::list< String >& rResult, const String& rSuffixes, bool bRecursive )
@@ -111,7 +111,7 @@ void padmin::FindFiles( const String& rDirectory, ::std::list< String >& rResult
DirectoryItem aItem;
while( aDir.getNextItem( aItem ) == FileBase::E_None )
{
- FileStatus aStatus( FileStatusMask_FileName |
+ FileStatus aStatus( FileStatusMask_FileName |
FileStatusMask_Type
);
if( aItem.getFileStatus( aStatus ) == FileBase::E_None )
@@ -149,7 +149,7 @@ void padmin::FindFiles( const String& rDirectory, ::std::list< String >& rResult
aSubFile.appendAscii( "/", 1 );
aSubFile.append( *it );
rResult.push_back( aSubFile.makeStringAndClear() );
- }
+ }
}
}
}
@@ -157,7 +157,7 @@ void padmin::FindFiles( const String& rDirectory, ::std::list< String >& rResult
}
/*
- * DelMultiListBox
+ * DelMultiListBox
*/
long DelMultiListBox::Notify( NotifyEvent& rEvent )
@@ -177,7 +177,7 @@ long DelMultiListBox::Notify( NotifyEvent& rEvent )
}
/*
- * DelListBox
+ * DelListBox
*/
long DelListBox::Notify( NotifyEvent& rEvent )
@@ -197,7 +197,7 @@ long DelListBox::Notify( NotifyEvent& rEvent )
}
/*
- * QueryString
+ * QueryString
*/
QueryString::QueryString( Window* pParent, String& rQuery, String& rRet, const ::std::list< String >& rChoices ) :
@@ -247,7 +247,7 @@ IMPL_LINK( QueryString, ClickBtnHdl, Button*, pButton )
}
/*
- * AreYouSure
+ * AreYouSure
*/
BOOL padmin::AreYouSure( Window* pParent, int nRid )
@@ -260,7 +260,7 @@ BOOL padmin::AreYouSure( Window* pParent, int nRid )
}
/*
- * getPadminRC
+ * getPadminRC
*/
static Config* pRC = NULL;