summaryrefslogtreecommitdiff
path: root/tools/inc/tools/resary.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/inc/tools/resary.hxx')
-rw-r--r--tools/inc/tools/resary.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/inc/tools/resary.hxx b/tools/inc/tools/resary.hxx
index b061937568db..df40eb9df236 100644
--- a/tools/inc/tools/resary.hxx
+++ b/tools/inc/tools/resary.hxx
@@ -29,7 +29,7 @@
class TOOLS_DLLPUBLIC ResStringArray : private boost::noncopyable
{
- private:
+private:
struct ImplResStringItem
{
rtl::OUString m_aStr;
@@ -43,7 +43,7 @@ class TOOLS_DLLPUBLIC ResStringArray : private boost::noncopyable
std::vector< ImplResStringItem > m_aStrings;
- public:
+public:
ResStringArray( const ResId& rResId );
~ResStringArray();