summaryrefslogtreecommitdiffstats
path: root/binfilter/bf_sc/source/core/data
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-04-29 23:37:14 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-04-30 11:22:20 +0100
commit65042e25c2d6c0d1b06a975b916fa61eb77f20ff (patch)
tree7f979832c2e8b06bef0f32ab48c8718ee657cbfd /binfilter/bf_sc/source/core/data
parentadd dmake flagfile for build.pl (diff)
downloadbinfilter-65042e25c2d6c0d1b06a975b916fa61eb77f20ff.tar.gz
binfilter-65042e25c2d6c0d1b06a975b916fa61eb77f20ff.zip
track change to make ResId::toString a non-static member
Change-Id: I2e2ba77aaad129a5f83b5fb6bef98dcb948ce5a0
Diffstat (limited to 'binfilter/bf_sc/source/core/data')
-rw-r--r--binfilter/bf_sc/source/core/data/sc_document.cxx2
-rw-r--r--binfilter/bf_sc/source/core/data/sc_global.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/binfilter/bf_sc/source/core/data/sc_document.cxx b/binfilter/bf_sc/source/core/data/sc_document.cxx
index 26187a783..64833026b 100644
--- a/binfilter/bf_sc/source/core/data/sc_document.cxx
+++ b/binfilter/bf_sc/source/core/data/sc_document.cxx
@@ -186,7 +186,7 @@ namespace binfilter {
/*N*/ {
/*?*/ // neu erzeugen
/*?*/
-/*?*/ const String aStrTable( ScResId(SCSTR_TABLE) );
+/*?*/ const String aStrTable( ScResId(SCSTR_TABLE).toString() );
/*?*/ BOOL bOk = FALSE;
/*?*/
/*?*/ // vorneweg testen, ob der Prefix als gueltig erkannt wird
diff --git a/binfilter/bf_sc/source/core/data/sc_global.cxx b/binfilter/bf_sc/source/core/data/sc_global.cxx
index c952081b1..49e2698a7 100644
--- a/binfilter/bf_sc/source/core/data/sc_global.cxx
+++ b/binfilter/bf_sc/source/core/data/sc_global.cxx
@@ -434,7 +434,7 @@ void global_InitAppOptions();
/*N*/
/*N*/ InitAddIns();
/*N*/
-/*N*/ pStrClipDocName = new String( ScResId( SCSTR_NONAME ) );
+/*N*/ pStrClipDocName = new String( ScResId( SCSTR_NONAME ).toString() );
/*N*/ *pStrClipDocName += '1';
/*N*/
/*N*/ // ScDocumentPool::InitVersionMaps() ist schon vorher gerufen worden