[Libreoffice-commits] core.git: Branch 'feature/gsoc-calc-enhanced-db-range' - sc/source
Akash Shetye
shetyeakash at gmail.com
Thu Aug 15 07:39:02 PDT 2013
sc/source/filter/inc/stylesbuffer.hxx | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
New commits:
commit ad94a0ff3624d6507ab7f1ac4f891ec10b55b239
Author: Akash Shetye <shetyeakash at gmail.com>
Date: Thu Aug 15 20:07:01 2013 +0530
Iron out recent commit for code uniformity
Change-Id: I58667da96391ce570845b525a64b99502330a9e2
diff --git a/sc/source/filter/inc/stylesbuffer.hxx b/sc/source/filter/inc/stylesbuffer.hxx
index 9654159..fb6a67f 100644
--- a/sc/source/filter/inc/stylesbuffer.hxx
+++ b/sc/source/filter/inc/stylesbuffer.hxx
@@ -787,8 +787,9 @@ typedef ::boost::shared_ptr< Dxf > DxfRef;
// ============================================================================
-struct TableStyleElementModel{
- int maDxfId;
+struct TableStyleElementModel
+{
+ sal_int32 maDxfId;
OUString maStyleElementType;
};
More information about the Libreoffice-commits
mailing list