summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2017-07-10 18:55:54 +0900
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-10 14:00:27 +0200
commitcdfe06b8fc08d9ff2e71b488611c647a1f01d758 (patch)
tree044bdccf53d905010862f8d8e586dbcdbce33f4f /include/svx
parent44e7f5bb0dfeaa305210def8ac431b699c9c7c50 (diff)
svx: Kill non-existent external pszStandard
which was gone at cbcfda9b2079ea4ef83b2a42828408b5f70f7692. Change-Id: I37dea6c6696b03443bad255b68e78eaf3ff0dae5 Reviewed-on: https://gerrit.libreoffice.org/39746 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/xtable.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/svx/xtable.hxx b/include/svx/xtable.hxx
index 6039e151af3a..38a15800246e 100644
--- a/include/svx/xtable.hxx
+++ b/include/svx/xtable.hxx
@@ -43,13 +43,6 @@
#include <limits>
#include <memory>
-class Color;
-class Bitmap;
-class VirtualDevice;
-
-// standard reference string
-extern sal_Unicode pszStandard[]; // "standard"
-
// function to convert in real RGB_Colours;
// it can't be compared with enum COL_NAME
SVX_DLLPUBLIC Color RGB_Color( ColorData nColorName );