summaryrefslogtreecommitdiff
path: root/sc/inc/strload.hxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-10-29 22:34:43 +0100
committerEike Rathke <erack@redhat.com>2013-10-30 01:27:58 +0100
commit1e40ce0555afc43ac4a61513a1fde69e2575cbb5 (patch)
tree15c6bb9ea04534af801ddb906c3c79201894a260 /sc/inc/strload.hxx
parentb1febe2901d03a0e46fb7ca18b4398af2f5142da (diff)
added SC_STRLOAD() macro
Change-Id: Ia6bb9361bd1327c6a67d71e7908bd632a3e99ba7
Diffstat (limited to 'sc/inc/strload.hxx')
-rw-r--r--sc/inc/strload.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/strload.hxx b/sc/inc/strload.hxx
index 9607dc86e9af..199ca3832923 100644
--- a/sc/inc/strload.hxx
+++ b/sc/inc/strload.hxx
@@ -38,6 +38,7 @@ private:
OUString theStr;
};
+#define SC_STRLOAD(resource,strid) ScRscStrLoader( resource, strid).GetString()
#endif // SC_STRLOAD_HXX