summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2010-06-14 18:35:49 +0200
committerMathias Bauer <mba@openoffice.org>2010-06-14 18:35:49 +0200
commit53b64badd63099eecf393c2a9afc27d816014940 (patch)
tree2bcdbe32aef4b61fee1c06ae0ffb1061ff8399b4 /tools
parentf456a5cd95093b62a5ed0b956173c5ed55151ca3 (diff)
CWS mba33issues01: missing EOF
Diffstat (limited to 'tools')
-rw-r--r--tools/inc/tools/svlibrary.hxx15
1 files changed, 8 insertions, 7 deletions
diff --git a/tools/inc/tools/svlibrary.hxx b/tools/inc/tools/svlibrary.hxx
index 2d85b9764802..fa8ff7c8068b 100644
--- a/tools/inc/tools/svlibrary.hxx
+++ b/tools/inc/tools/svlibrary.hxx
@@ -29,13 +29,14 @@
#include "tools/toolsdllapi.h"
-#include <osl/module.hxx>
-#include <rtl/ustring.hxx>
-
-class TOOLS_DLLPUBLIC SvLibrary
-{
-public:
+#include <osl/module.hxx>
+#include <rtl/ustring.hxx>
+
+class TOOLS_DLLPUBLIC SvLibrary
+{
+public:
static bool LoadModule( osl::Module&, const rtl::OUString& rLibName, ::oslGenericFunction baseModule, ::sal_Int32 mode = SAL_LOADMODULE_DEFAULT );
};
-#endif \ No newline at end of file
+#endif
+