Kaydet (Commit) 6b94f86f authored tarafından Noel Grandin's avatar Noel Grandin

convert sw/inc/ndarr.hxx from String to OUString

Change-Id: I21446a34aed1c9fc7e64f085839b1012031ba1e2
üst 7287e9cb
...@@ -34,7 +34,6 @@ ...@@ -34,7 +34,6 @@
class Graphic; class Graphic;
class GraphicObject; class GraphicObject;
class String;
class SwAttrSet; class SwAttrSet;
class SfxItemSet; class SfxItemSet;
class SwCntntNode; class SwCntntNode;
...@@ -223,8 +222,8 @@ public: ...@@ -223,8 +222,8 @@ public:
SwAttrSet* pAutoAttr = 0 ); SwAttrSet* pAutoAttr = 0 );
SwGrfNode *MakeGrfNode( const SwNodeIndex & rWhere, SwGrfNode *MakeGrfNode( const SwNodeIndex & rWhere,
const String& rGrfName, const OUString& rGrfName,
const String& rFltName, const OUString& rFltName,
const Graphic* pGraphic, const Graphic* pGraphic,
SwGrfFmtColl *pColl, SwGrfFmtColl *pColl,
SwAttrSet* pAutoAttr = 0, SwAttrSet* pAutoAttr = 0,
...@@ -240,7 +239,7 @@ public: ...@@ -240,7 +239,7 @@ public:
SwGrfFmtColl *pColl, SwGrfFmtColl *pColl,
SwAttrSet* pAutoAttr = 0 ); ///< in ndole.cxx SwAttrSet* pAutoAttr = 0 ); ///< in ndole.cxx
SwOLENode *MakeOLENode( const SwNodeIndex & rWhere, SwOLENode *MakeOLENode( const SwNodeIndex & rWhere,
const String &rName, const OUString &rName,
sal_Int64 nAspect, sal_Int64 nAspect,
SwGrfFmtColl *pColl, SwGrfFmtColl *pColl,
SwAttrSet* pAutoAttr ); ///< in ndole.cxx SwAttrSet* pAutoAttr ); ///< in ndole.cxx
......
...@@ -411,8 +411,8 @@ SwCntntNode *SwGrfNode::SplitCntntNode( const SwPosition & ) ...@@ -411,8 +411,8 @@ SwCntntNode *SwGrfNode::SplitCntntNode( const SwPosition & )
} }
SwGrfNode * SwNodes::MakeGrfNode( const SwNodeIndex & rWhere, SwGrfNode * SwNodes::MakeGrfNode( const SwNodeIndex & rWhere,
const String& rGrfName, const OUString& rGrfName,
const String& rFltName, const OUString& rFltName,
const Graphic* pGraphic, const Graphic* pGraphic,
SwGrfFmtColl* pGrfColl, SwGrfFmtColl* pGrfColl,
SwAttrSet* pAutoAttr, SwAttrSet* pAutoAttr,
......
...@@ -410,7 +410,7 @@ SwOLENode * SwNodes::MakeOLENode( const SwNodeIndex & rWhere, ...@@ -410,7 +410,7 @@ SwOLENode * SwNodes::MakeOLENode( const SwNodeIndex & rWhere,
SwOLENode * SwNodes::MakeOLENode( const SwNodeIndex & rWhere, SwOLENode * SwNodes::MakeOLENode( const SwNodeIndex & rWhere,
const String &rName, sal_Int64 nAspect, SwGrfFmtColl* pGrfColl, SwAttrSet* pAutoAttr ) const OUString &rName, sal_Int64 nAspect, SwGrfFmtColl* pGrfColl, SwAttrSet* pAutoAttr )
{ {
OSL_ENSURE( pGrfColl,"SwNodes::MakeOLENode: Formatpointer ist 0." ); OSL_ENSURE( pGrfColl,"SwNodes::MakeOLENode: Formatpointer ist 0." );
......
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