Kaydet (Commit) 2db77415 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS sb59 (1.6.488); FILE MERGED

2006/08/09 15:59:02 thb 1.6.488.1: #i67535# Added braces to correctly nest initializer lists; added const to char ptr initialized with string literals; added using declaration for one SfxToolBarControl method
üst bd25c3e6
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: EnhancedCustomShapeTypeNames.cxx,v $ * $RCSfile: EnhancedCustomShapeTypeNames.cxx,v $
* *
* $Revision: 1.7 $ * $Revision: 1.8 $
* *
* last change: $Author: obo $ $Date: 2006-09-17 04:07:53 $ * last change: $Author: obo $ $Date: 2006-10-12 12:03:03 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -61,7 +61,7 @@ static ::osl::Mutex& getHashMapMutex() ...@@ -61,7 +61,7 @@ static ::osl::Mutex& getHashMapMutex()
struct NameTypeTable struct NameTypeTable
{ {
char* pS; const char* pS;
MSO_SPT pE; MSO_SPT pE;
}; };
static const NameTypeTable pNameTypeTableArray[] = static const NameTypeTable pNameTypeTableArray[] =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment