summaryrefslogtreecommitdiff
path: root/sc/source/ui/styleui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-02-16 13:51:59 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-02-16 15:57:06 +0000
commit2882fcdce707067b0900a05667338e2ffa9521d9 (patch)
tree8139ecc382ec4e77b28cb9d0bf47189267618aa0 /sc/source/ui/styleui
parent373e9de424d7dd81ea8e3fdfe33a8575d61fa232 (diff)
split sc.hrc into definitely resources and maybe slots
Change-Id: Ic5a4ab631735cf8ef8f39424c7470e47f2f11c2d
Diffstat (limited to 'sc/source/ui/styleui')
-rw-r--r--sc/source/ui/styleui/scstyles.src2
-rw-r--r--sc/source/ui/styleui/styledlg.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/styleui/scstyles.src b/sc/source/ui/styleui/scstyles.src
index 60f304bbbda2..900bd9873e3b 100644
--- a/sc/source/ui/styleui/scstyles.src
+++ b/sc/source/ui/styleui/scstyles.src
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "sc.hrc"
+#include "scres.hrc"
#include <svl/style.hrc>
StringArray RID_CELLSTYLEFAMILY
diff --git a/sc/source/ui/styleui/styledlg.cxx b/sc/source/ui/styleui/styledlg.cxx
index bbcd544cf514..b706a374b399 100644
--- a/sc/source/ui/styleui/styledlg.cxx
+++ b/sc/source/ui/styleui/styledlg.cxx
@@ -30,7 +30,7 @@
#include "tphf.hxx"
#include "tptable.hxx"
#include "scresid.hxx"
-#include "sc.hrc"
+#include "scres.hrc"
#include <svx/svxdlg.hxx>
#include <svx/svxids.hrc>
#include <svx/dialogs.hrc>