[Libreoffice-commits] core.git: include/svx

Takeshi Abe tabe at fixedpoint.jp
Mon Jul 10 12:01:09 UTC 2017


 include/svx/xtable.hxx |    7 -------
 1 file changed, 7 deletions(-)

New commits:
commit cdfe06b8fc08d9ff2e71b488611c647a1f01d758
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Mon Jul 10 18:55:54 2017 +0900

    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 at collabora.co.uk>
    Tested-by: Noel Grandin <noel.grandin at collabora.co.uk>

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 );


More information about the Libreoffice-commits mailing list