summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-07-30 08:41:34 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-07-30 09:26:00 +0200
commit889de665ec9d2ac25a9dccd4830cb97ed0c7c56e (patch)
treef98ed6e8215a39287248189841411e0edb0439c3 /svx
parent291dcae246de9e32d9ca5926be463ad910c5bd1e (diff)
Typo ressource -> resource
Change-Id: Id13e7acfbe34eca5e124c9032d36d6f158bfb831
Diffstat (limited to 'svx')
-rw-r--r--svx/inc/svx/fmresids.hrc4
-rw-r--r--svx/source/sdr/primitive2d/sdrolecontentprimitive2d.cxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/svx/inc/svx/fmresids.hrc b/svx/inc/svx/fmresids.hrc
index 1ead07243f50..e88680e005f2 100644
--- a/svx/inc/svx/fmresids.hrc
+++ b/svx/inc/svx/fmresids.hrc
@@ -21,8 +21,8 @@
// include -----------------------------------------------------------
#include <svl/solar.hrc>
-// unnamed ressources -------------------------------------------------------
-// sub ressources .....................
+// unnamed resources -------------------------------------------------------
+// sub resources .....................
// ImageList-Id's -----------------------------------------------------------
#define RID_SVXIMGLIST_FMEXPL (RID_FORMS_START + 0)
diff --git a/svx/source/sdr/primitive2d/sdrolecontentprimitive2d.cxx b/svx/source/sdr/primitive2d/sdrolecontentprimitive2d.cxx
index 5518db7d1375..730132dd900d 100644
--- a/svx/source/sdr/primitive2d/sdrolecontentprimitive2d.cxx
+++ b/svx/source/sdr/primitive2d/sdrolecontentprimitive2d.cxx
@@ -63,7 +63,7 @@ namespace drawinglayer
if(GRAPHIC_NONE == aGraphic.GetType())
{
- // no source, use fallback ressource emty OLE graphic
+ // no source, use fallback resource emty OLE graphic
const Bitmap aEmptyOLEBitmap(SdrOle2Obj::GetEmtyOLEReplacementBitmap());
aGraphic = Graphic(aEmptyOLEBitmap);
bScaleContent = true;