summaryrefslogtreecommitdiff
path: root/unotools/inc/unotools
diff options
context:
space:
mode:
authorRelease Engineers <releng@openoffice.org>2008-12-01 13:46:00 +0000
committerRelease Engineers <releng@openoffice.org>2008-12-01 13:46:00 +0000
commit0ba2cfaf382582f3ffdf3a13a9ffbd7cda8b68af (patch)
treef655d483614a22017421aa8db4bf420a8bee90a3 /unotools/inc/unotools
parent447637c131cb73a8dc9171479f6bee2a65ade4e2 (diff)
CWS-TOOLING: integrate CWS accelerators01svn
2008-11-26 10:12:06 +0100 as r264354 : #i96383# use new snapshot of accelerator configuration retrieved from latest master 2008-11-21 12:45:17 +0100 as r264125 : handle missing module configurations right (create them on demand) 2008-11-21 11:37:37 +0100 as r264117 : #i96383# add missing shortcuts for writer 2008-11-03 10:46:17 +0100 as r263280 : fix warning regarding unreachable code 2008-10-23 11:07:04 +0200 as r262616 : #i87737# move shortcut configuration to XCU/S based configuration
Diffstat (limited to 'unotools/inc/unotools')
-rw-r--r--unotools/inc/unotools/configpathes.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unotools/inc/unotools/configpathes.hxx b/unotools/inc/unotools/configpathes.hxx
index faa71a5c7a23..081021145055 100644
--- a/unotools/inc/unotools/configpathes.hxx
+++ b/unotools/inc/unotools/configpathes.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: configpathes.hxx,v $
- * $Revision: 1.5 $
+ * $Revision: 1.5.22.1 $
*
* This file is part of OpenOffice.org.
*
@@ -134,7 +134,7 @@ namespace utl
<var>_sNestedPath</var> is returned unaltered.
*/
- ::rtl::OUString dropPrefixFromConfigurationPath(::rtl::OUString const& _sNestedPath,
+ UNOTOOLS_DLLPUBLIC ::rtl::OUString dropPrefixFromConfigurationPath(::rtl::OUString const& _sNestedPath,
::rtl::OUString const& _sPrefixPath);
//----------------------------------------------------------------------------