summaryrefslogtreecommitdiff
path: root/rsc/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-07-01 08:59:03 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-07-01 09:08:46 +0100
commitd4b3fa6abed08b072f838c500b1cf5c7f9747179 (patch)
tree517a3254b3dc010a243dee0afd742da8af739b4b /rsc/inc
parentae25807a8462e71433798283f29b2ff82ba3a9df (diff)
ByteString->rtl::OStringBuffer
Diffstat (limited to 'rsc/inc')
-rw-r--r--rsc/inc/rscdef.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/rsc/inc/rscdef.hxx b/rsc/inc/rscdef.hxx
index 4ff5e2201dd6..c5973e4a9bc8 100644
--- a/rsc/inc/rscdef.hxx
+++ b/rsc/inc/rscdef.hxx
@@ -30,6 +30,7 @@
#include <tools/unqidx.hxx>
#include <rsctree.hxx>
+#include <rtl/strbuf.hxx>
#include <vector>
/****************** C L A S S E S ****************************************/
@@ -70,7 +71,7 @@ public:
((sal_Int32)aExp.aLong.nHi << 16);
}
sal_Bool Evaluate( sal_Int32 * pValue ) const;
- void GetMacro( ByteString & ) const;
+ void AppendMacro( rtl::OStringBuffer & ) const;
};
/*********** R s c I d ***************************************************/