summaryrefslogtreecommitdiffstats
path: root/configmgr/source/modifications.hxx
diff options
context:
space:
mode:
authorRadu Ioan <ioan.radu.g@gmail.com>2012-12-10 23:06:10 +0200
committerLuboš Luňák <l.lunak@suse.cz>2012-12-11 12:08:38 +0000
commit3e64874e7cd234ff563ac11450cfb2b6e2db4bf6 (patch)
tree5fd298e750ac28fabc3a7179d7af492c13113e01 /configmgr/source/modifications.hxx
parentdo not trigger liblangtag init during startup (diff)
downloadcore-3e64874e7cd234ff563ac11450cfb2b6e2db4bf6.tar.gz
core-3e64874e7cd234ff563ac11450cfb2b6e2db4bf6.zip
rtl:: prefix removal from configmgr
- removed rtl:: prefix - removed RTL_CONSTASCII_USTRINGPARAM - corrected some misspells Change-Id: I88bb0beec718a7fe38c61220aa61401419f23b42 Reviewed-on: https://gerrit.libreoffice.org/1291 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
Diffstat (limited to 'configmgr/source/modifications.hxx')
-rw-r--r--configmgr/source/modifications.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/configmgr/source/modifications.hxx b/configmgr/source/modifications.hxx
index 122d6ab2777d..f55e9de2e5e3 100644
--- a/configmgr/source/modifications.hxx
+++ b/configmgr/source/modifications.hxx
@@ -28,14 +28,13 @@
#include "path.hxx"
-namespace rtl { class OUString; }
namespace configmgr {
class Modifications: private boost::noncopyable {
public:
struct Node {
- typedef std::map< rtl::OUString, Node > Children;
+ typedef std::map< OUString, Node > Children;
Children children;
};